Skip to main content

All Questions

4votes
1answer
2kviews

Unable to Use The K-Fold Validation Sklearn Python

I have an dataset. I am unable to use the K-Fold Validation. I am getting the error raised: ValueError("{0} is not supported".format(y_type)) ValueError: continuous is not supported . I do ...
Ashok DS's user avatar

close